projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fab20e
)
(next-line-add-newlines): Change default to nil.
author
Gerd Moellmann
<gerd@gnu.org>
Sat, 2 Dec 2000 10:14:48 +0000
(10:14 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Sat, 2 Dec 2000 10:14:48 +0000
(10:14 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 6b7eaf3306cc836da36698a0f65947105df65c78..f05abdcf276716513b49d9c6f9306f005f0a91b2 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-2350,7
+2350,7
@@
incremental search, \\[beginning-of-buffer], and \\[end-of-buffer]."
(goto-char position)
(switch-to-buffer buffer)))
-(defcustom next-line-add-newlines
t
+(defcustom next-line-add-newlines
nil
"*If non-nil, `next-line' inserts newline to avoid `end of buffer' error."
:type 'boolean
:group 'editing-basics)